home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / envtrim.zip / 00README.TXT next >
Text File  |  1992-08-31  |  1KB  |  38 lines

  1.                 ENVTRIM
  2.            DOS Environment Variable Truncation
  3.             Version 1, December, 1990
  4.  
  5.                    Written by 
  6.               Douglas Bigelow and David Todd
  7.                Wesleyan University
  8.                  Middletown, CT
  9.                hdtodd@mockingbird.wesleyan.edu
  10.  
  11.  
  12.     ENVTRIM trims from the left or right to a specified  count of
  13. characters the value associated with environment variable and re-stores
  14. that variable and value to the environment area.  One or more environment
  15. variables can be truncated in a single  invocation of ENVTRIM.  The
  16. environment variables in the PARENT process are  modified.
  17.  
  18.     This capability is useful, for example, for truncating full
  19. Novell Netware  username strings to 3-character strings used by
  20. network-aware programs such  as WordPerfect.  
  21.  
  22. Files in the distribution set:
  23.  
  24. 00README.TXT
  25.     this file
  26.  
  27. ENVTRIM.EXE
  28.     envtrim executable
  29.  
  30. ENVTRIM.MAN
  31.     user man page on use of envtrim
  32.  
  33. MAKEFILE    
  34.     makefile to create envtrim from C sources
  35.  
  36. ENVTRIM.C  
  37.     TURBO C source code for ENVTRIM
  38.